put "Click and drag to move window." into field "status"
end
on mouseLeave
cursor(0)
put EMPTY into field "status"
end
on mouseDown
PTLeft = the mouseH
PTTop = the mouseV
repeat while the mouseDown
(the stage).rect = rect(the mouseH + the stageLeft - PTLeft, the mouseV + the stageTop - PTTop, the mouseH + the stageLeft - PTLeft + 800, the mouseV + the stageTop - PTTop + 600)